DataCollection | ComponentOne
C1.DataCollection.SignalR.Client Assembly / C1.DataCollection.SignalR.Client Namespace / C1ProxyDataCollection<T> Class / DisconnectAsyncOverride Method
The cancellation token.

In This Topic
    DisconnectAsyncOverride Method (C1ProxyDataCollection<T>)
    In This Topic
    When overridden, this method is used to finalize the collection.
    Syntax
    'Declaration
     
    Protected Overrides Function DisconnectAsyncOverride( _
       ByVal cancellationToken As CancellationToken _
    ) As Task
    protected override Task DisconnectAsyncOverride( 
       CancellationToken cancellationToken
    )

    Parameters

    cancellationToken
    The cancellation token.
    See Also